From: Pino Toscano Date: Sat, 17 Jan 2026 08:15:28 +0000 (+0100) Subject: [PATCH] Include X-Git-Tag: archive/raspbian/25.12.2-1+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=e126dc67ecc3787f6ad5194686edaa5295459f08;p=tokodon.git [PATCH] Include Even if it is needed in a HAVE_KUNIFIEDPUSH block, include it unconditionally as it comes from QtCore, and avoids more #ifdef mess. (cherry picked from commit 2a9028ed9604780d0b9e8eb8caf2cd27011a3384) Gbp-Pq: Name upstream_Include-QTimer.patch --- diff --git a/src/main.cpp b/src/main.cpp index 1c137b2..2b98e7d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #ifdef HAVE_WEBVIEW